SftTree/OCX 7.0

SftTreeSplitter.Width Property

Softel vdm, Inc.

Defines the width of the splitter bar.

Syntax       

Get

VB.NET

Width = object.Width  As Single

VB

Width = object.Width  As Single

C#.NET

float Width = object.Width;

VC++

float Width = object->Width;
float Width = object->GetWidth();

C

HRESULT object->get_Width(float* Width);

Delphi

Width := object.Width   : Single;

Put

VB.NET

object.Width = Width  As Single

VB

object.Width = Width  As Single

C#.NET

float object.Width = Width;

VC++

float object->Width = Width;
void object->PutWidth(float Width);

C

HRESULT object->put_Width(float Width);

Delphi

object.Width := Width   : Single;

object

A SftTreeSplitter object.

Width

Defines the width of the splitter bar.  The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.  The valid range is 3..7 pixels.

Comments

The Width property defines the width of the splitter bar in pixels.

The Splitter.Width and Splitter.WidthPix properties are synonyms, but may use different coordinate systems.

The Splitter.Visible property is used to define a splitter bar.

See Also  SftTreeSplitter Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com